From ec5695449fbdcbd948dd8bfbd1e5aee49bac51e5 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Sun, 2 Dec 2012 19:05:08 -0600 Subject: [PATCH] * lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo. --- lisp/calc/calc-forms.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el index 0b63968ada1..197bc6acee5 100644 --- a/lisp/calc/calc-forms.el +++ b/lisp/calc/calc-forms.el @@ -471,7 +471,7 @@ in the Gregorian calendar and the remaining part determines the time." (list year (math-add (car (math-idivmod - (math-sub date (math-iso-dt-to-absolute year 1 1)) + (math-sub date (math-absolute-from-iso-dt year 1 1)) 7)) 1) (cdr (math-idivmod date 7))))) -- 2.30.2